home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / bin / setfb.README < prev    next >
Text File  |  1994-08-01  |  1KB  |  35 lines

  1.  
  2.                      ~4Dgifts/toolbox/bin/setfb README
  3.  
  4.  
  5.          The 'setfb' is a 5.1 utility intended for use by developers 
  6.          wishing to test their applications in an 8-bit system, when 
  7.          what they have is a 24-bit system.
  8.  
  9.          setfb sets the effective frame buffer depth to 8 or 24 
  10.          bitplanes.  Actually what this does is program the xmap9 
  11.          chips to use 8 or 24 bits of pixel data from the frame 
  12.          buffer.
  13.               
  14.          The graphics driver will remember what the depth is set to, 
  15.          and report this value when queried by GL, Xsgi, or other 
  16.          applications.  The depth set by setfb will remain in effect
  17.          until the system is rebooted, or setfb is run with a new 
  18.          depth.
  19.  
  20.          After executing setfb, Xsgi must be restarted.  If Xsgi was
  21.          not running when setfb was executed, it is sufficient to 
  22.          run /usr/gfx/gfxinit before starting Xsgi.
  23.  
  24.          USAGE: setfb -d depth
  25.  
  26.                 If depth is not one of 0,8,24, a usage message is 
  27.            printed.
  28.                 Depth = 0 tells the driver to set depth to the 
  29.            actual number of bitplanes installed.
  30.            
  31.  
  32.          NOTE: only usable with Indigo^2 XL and Indy machines
  33.          BUGS: no multi-head support; affects all installed NG1 boards.
  34.  
  35.